env: common: Drop env_get_char_memory()
authorSimon Glass <[email protected]>
Thu, 3 Aug 2017 18:21:55 +0000 (12:21 -0600)
committerTom Rini <[email protected]>
Tue, 15 Aug 2017 12:18:47 +0000 (08:18 -0400)
commit75de597d2d91b1102584d4b641daf592d894207e
tree53957f5ef150bee6fe530e09e7e1cd88c2192d03
parent81a4dea228891a40b0822bcffc234fa0b6c2c691
env: common: Drop env_get_char_memory()

This function is the same as env_get_char_spec() apart from dropping the
brackets. Drop the brackets from env_get_char_spec() and use that instead
of env_get_char_memory().

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
env/common.c